home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue48 / XML / TestRig.dfm / TestRig.txt
Encoding:
Text File  |  1999-06-26  |  691 b   |  35 lines

  1. object frmTestRig: TfrmTestRig
  2.   Left = 212
  3.   Top = 119
  4.   Width = 394
  5.   Height = 421
  6.   Caption = 'XML Test Rig'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object M: TMemo
  18.     Left = 0
  19.     Top = 0
  20.     Width = 386
  21.     Height = 394
  22.     Align = alClient
  23.     Font.Charset = ANSI_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -13
  26.     Font.Name = 'Courier New'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     ReadOnly = True
  30.     ScrollBars = ssBoth
  31.     TabOrder = 0
  32.     WordWrap = False
  33.   end
  34. end
  35.